CHANGES - SAPE tools
====================

04-02-18

NOTE: All change notes will be put in the "changes.txt" changelog in the future. Please look there for the latest modifications.

03-12-10

mkdoc:

Modified all three affected batch files so that they work with older versions of 4nt (e.g. the fix from 03-11-14).

03-13-09

sapecmd:

Added possibility of xml file validation for sap/aim files. An error report is printed out on the command line.

03-12-04
v0.3.3

03-12-03

doc2xml:

Modified parser so that it accepts missing of whitespace between "Ref" and "[1]" or "[2]", as in "Ref[2]".

03-12-01

2pdf/mdf:

Modified substitutes transformation so that it follows the below rule:
TYPEDEF (VAR|COMP) (shortname1|link) shortname2 [FF] longname [type]

sapaim.xsd:

Added feature flag element to substitutes.

03-11-24

mkpsdoc:

Replaced the version of "ImageMagic" installed in clearcase by a version which works without the neccesity for registry entries.

Modified mkpsdoc.bat, so that the call to ghostscript for image conversion into pdf will work even without a locally installed "fonts" directory".

03-11-20

mkpsdoc:

Modified html2ps, so that it is able to convert pictures when working on drives where root directory is read only, too.

03-11-18

2pdf:

Added parameter incPath as whose argument a directory for header files generated during transformation (function prototypes, as by now) can be specified.

xml2pdf/xml2mdf:

Added java functions which make given paths absolute and normalized so that now also paths relative to the present working directory are allowed (also for xalan.bat).

03-11-14

mkdoc:

Straightened support of inline pictures in pdf documentation ("\" in path made this not work automatically..).

03-11-07

mkdoc:

Modified batch file so that it calls the newly introduced batch files "mkhtmldoc.bat" and "mkpsdoc.bat" in order to generate html and ps/pdf documentation upon user request.

03-11-06

mkdoc:

Adaptation of the date format to the international standard date notation (ISO 8601).

03-11-03

sap.xml
aim.xml
sapaim.xml

Removed "Note" elements since they are replaced by annotations now.

doc2xml:

Modified list of files in classpath according to new code structure of the editor.

03-10-13

mkdoc:

ES: modifications of doc2xml.rb, DocPrimitivesSection.rb, DocValuesSection.rb and DocFunctionsSection.rb in order to allow correct functioning with the layer one SAP documents.

03-09-12

mkdoc:

Pictures and html documents which are linked to description fields are being displayed in the html documentation, now.

sapaim.xsd:

Added some convenient file types to possible linked description files.

03-08-12

mkdoc:

Removed copy functionality for dtd files since those are not needed anymore.

doc2xml:

Fixed bug in DocMsgStructElementsSection.rb which caused elements after a structured element which is a link to somewhere else to not be processed.

03-07-21

sapaim.xsd:

Added "OCT" to list of allowed values for representation of numeric values.

03-07-14

xml2mdf:

Added special treatment for coding types GSM1_ASN, GSM_LV, GSM_TV when writing bit fields like [.x..y] .
(This changes for example in "acc_register_cc_entry_inv" the entry "accRegisterCCEntryArg" with type "GSM1_ASN" from "[.0..228]" to "[.0..1840]").


03-07-08

xml2pdfmdf:

Introduced feature flags where they were missing.

Moved all feature flags to position before Group and before former long name.

doc2xml:

Fixed bug in DocValuesSection.rb which caused ranges without alias to lead to an error when being translated.